CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux ip

搜索资源列表

  1. ip

    0下载:
  2. An implementation of the TCP IP protocol suite for the LINUX operating system.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4527
    • 提供者:longmouyd
  1. ip

    0下载:
  2. timestamps and addresses for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1786
    • 提供者:waiyrzp
  1. Linux-web

    0下载:
  2. 清华大学嵌入式实验程序fork/vfork程序验证区别;管道命令程序;TCP/IP网络通信程序;makefile文件的编写。-fork/vfork program to verify the difference written in the makefile pipeline command program TCP/IP network communication program.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-29
    • 文件大小:11657
    • 提供者:邹旭东
  1. ip

    0下载:
  2. Linux Device Driver: include.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2539
    • 提供者:nfhuicr
  1. ip

    0下载:
  2. 本程序用于修改和获取linux中ipv4的ip,子网掩码,静态修改并不是临时修改,会一直有效-Used to modify the program and get the Linux ipv4 IP,netmask, static modification is not temporary changes, would have been effective
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1433
    • 提供者:林则波
  1. linux-file-transfer

    0下载:
  2. Linux下简单的文件传输,包含客户端和服务端,基于TCP/IP协议-Simple file transfer under Linux, including client and server-based TCP/IP protocol
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:3518
    • 提供者:李康康
  1. src

    0下载:
  2. linux下实现ip包解析的源码,主要从文件中读取带mac的ip包,提出纯ip的数据-linux ip check
  3. 所属分类:Linux Network

    • 发布日期:2017-05-16
    • 文件大小:3950695
    • 提供者:inzaghi1
  1. IP-TCP

    0下载:
  2. 在Linux上跑的,基于4412的IP/TCP套字节的文件。用C语言编写-Running on Linux-based 4412 IP/TCP byte file sets. Written in C language
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1419
    • 提供者:李梦婷
  1. Analysis-of-IP-fragment--attacks

    0下载:
  2. 本文对linux的IP组装算法进行了分析,因为IP碎片经常用于DOS等攻击,在文章后面我结合了一些攻击方法进行了更进一步的说明 -In this paper, the IP linux assembly algorithm analysis, because the IP fragments are often used in attacks such as DOS, later in the article I combine several attack methods are furt
  3. 所属分类:Crack_Hack

    • 发布日期:2017-05-04
    • 文件大小:12622
    • 提供者:tang
  1. linux-internet-coding

    0下载:
  2. 基于tcp/ip套接字程序的流控制,运行平台linux,客户机与服务器端程序均有-Based on tcp/ip socket flow control procedures, operating platform Linux, client and server-side procedures are
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3176
    • 提供者:吴昊
  1. tcp+udp

    0下载:
  2. socket网络编程在linux下的实现,支持tcp/udp两种协议(Socket network programming under Linux implementation, support tcp/udp two protocols)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-12-17
    • 文件大小:3072
    • 提供者:吴杰
  1. 01_signal_test

    0下载:
  2. 其中的源地址和目的地址是指网卡的硬件地址(也叫MAC地址),长度是48位,是在网卡出厂时固化的。可在shell中使用ifconfig命令查看,“HWaddr 00:15:F2:14:9E:3F”部分就是硬件地址。协议字段有三种值,分别对应IP、ARP、RARP。帧尾是CRC校验码。(The source address and destination address refer to the hardware address of the network card (also known as
  3. 所属分类:Linux/Unix编程

  1. 01_session_daemon_test

    0下载:
  2. 在网络通讯时,源主机的应用程序知道目的主机的IP地址和端口号,却不知道目的主机的硬件地址,而数据包首先是被网卡接收到再去处理上层协议的,如果接收到的数据包的硬件地址与本机不符,则直接丢弃。因此在通讯前必须获得目的主机的硬件地址。ARP协议就起到这个作用。源主机发出ARP请求,询问“IP地址是192.168.0.1的主机的硬件地址是多少”,并将这个请求广播到本地网段(以太网帧首部的硬件地址填FF:FF:FF:FF:FF:FF表示广播),目的主机接收到广播的ARP请求,发现其中的IP地址与本机相符,
  3. 所属分类:Linux/Unix编程

  1. ip_history_record

    0下载:
  2. Linux用户操作记录一般通过命令history来查看历史记录,但是如果因为某人误操作了删除了重要的数据,这种情况下history命令就不会有什么作用了。以下方法可以实现通过记录登陆IP地址和所有用户登录所操作的日志记录! ip_check检查记录登陆者IP地址~~~(Linux user operating records typically look at history through command history, but in this case, the history comm
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-26
    • 文件大小:2048
    • 提供者:summer110
  1. getAddress

    0下载:
  2. 基于C++和linux系统,可根据输入的URL网址,获取IP地址等信息(gain the IP address of an URL.)
  3. 所属分类:网络编程

  1. CSPRO

    0下载:
  2. 可用于ARM-LINUX开发板查询IP。(Can be used for ARM-LINUX development board query IP.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-01
    • 文件大小:75776
    • 提供者:BBJOB
  1. net_info.c

    0下载:
  2. 取得網卡ip address/mac address(Get the ip address or mac address of net device.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:布魯克
  1. linux_qq

    0下载:
  2. 该代码在Linux实现了一个类似于windows上的QQ的聊天工具。主要是基于TCP/IP协议的socket通信。包括服务器端和客户端两部分,其中客户端使用了select的IO多路复用技术,服务器端由于要监听多个客户端,因此使用了epoll的IO多路复用技术。整个项目目前可以实现的功能有用户的注册与登录,添加好友,发送聊天消息,发送与接收文件等。(The code implements a chat tool similar to windows on QQ in Linux. Socket c
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:41984
    • 提供者:零下10度C
  1. linux进程之间的通讯综合实例

    0下载:
  2. A<========>B<=========>C<=====>D<======>E A与B进程之间通过TCP的socket传递 主要掌握socket的流程: A服务器端: socket -->bind---->listen---->accept send read B客户端: socket-->connect->read send 不懂的可以man一下 man socket B与C
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-08
    • 文件大小:4096
    • 提供者:数据包
  1. NWOAH

    0下载:
  2. 一款基于GTK的internet phone 程序,程序分为服务器端和客户端两部分,服务器端维护用户的IP,号码等数据,客()
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-09
    • 文件大小:46080
    • 提供者:flwnggte
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 38 »
搜珍网 www.dssz.com